Appliance Update CommonInfo

Appliance Update CommonInfo
Appliance Update CommonInfo

The Appliance Update CommonInfo schema defines common update information

This schema was added in vSphere API 6.7.

JSON Example
{
    "description": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    },
    "priority": "string",
    "severity": "string",
    "update_type": "string",
    "release_date": "string",
    "quick_patch": false,
    "reboot_required": false,
    "size": 0
}
description
Required  

Description of the update. The short information what this update is. E.g. "Update2 for vCenter Server Appliance 6.5"

This property was added in vSphere API 6.7.

string
priority
Required  

Update priority

For more information see: Appliance Update CommonInfo Priority.

This property was added in vSphere API 6.7.

string
severity
Required  

Update severity

For more information see: Appliance Update CommonInfo Severity.

This property was added in vSphere API 6.7.

string
update_type
Required  

Update category

For more information see: Appliance Update CommonInfo Category.

This property was added in vSphere API 6.7.

string As date-time As date-time
release_date
Required  

Update release date.

This property was added in vSphere API 6.7.

boolean
quick_patch
Optional

Flag indicating whether the incoming patch is a quick patch. If field is not set, the patch is not a quick patch

This property was added in vSphere API 9.1.0.0.

This property is optional because it was added in a newer version than its parent node.

boolean
reboot_required
Required  

Flag indicating whether reboot is required after update.

This property was added in vSphere API 6.7.

integer As int64 As int64
size
Required  

Download Size of update in Megabytes.

This property was added in vSphere API 6.7.